home *** CD-ROM | disk | FTP | other *** search
/ Programming Microsoft Visual Basic .NET / Programming Microsoft Visual Basic .NET (Microsoft Press)(X08-78517)(2002).bin / ebook / promsvb6.chm / g04ph03.jpg < prev    next >
Joint Photographic Experts Group Image  |  1999-04-29  |  22.4 KB  |  404x305  |  8-bit (256 colors)
   ocr: Your application (ActiveX EXE project) A C class module Private procedures can be called only from code within the same module. Private Sub One() Friend Sub Two() Code in another module of your application can call Friend and Public Procedures Public Sub Three() Code in another process can call only Public procedures (through COM).